A. Request.QueryString
B. Response.writeln
C. Response.write
D. Request.Form
Advertisement
Related Mcqs:
- Which of the following method is used to obtain details about information types of assembly ?
- A. GetType B. GetTypes C. Both A and B D. None of these...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
- The control used in ASP.NET to display information from data set but with better formatting and editing behavior is_______________?
- A. DataList B. Button C. Panel D. None of the Above...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- If a developer of ASP.NET defines style information in a common location. Then that location is called as________________?
- A. Theme B. Master Page C. Customization D. None of these...
- If a developer of ASP.NET defines style information in a common location. Then that location is called as_________________?
- A. Theme B. Master Page C. Customization D. None of these...
- Which method do you invoke on the Data Adapter control to load your generated dataset ?
- A. Fill( ) B. Read( ) C. ExecuteQuery( ) D. None of these...
- Which method displays the custom control________________?
- A. Display B. Page_Load C. Render D. The Prerender...
- Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
- A. DataBind B. DataList C. Fill( ) D. Load ( )...
- Which of the following method must be overridden in a custom control ?
- A. The default constructor B. The Control_Build() method C. The Paint() method D. The Render() method...
Advertisement